From e3472f9b26729aa302dc9a99cd8bd4c577668d51 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 31 Oct 2005 23:52:37 +0000 Subject: [PATCH] More java/saxon goo for building from docbook. --- gpsbabel/Makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/gpsbabel/Makefile b/gpsbabel/Makefile index 10b173837..2482eb38a 100644 --- a/gpsbabel/Makefile +++ b/gpsbabel/Makefile @@ -116,10 +116,15 @@ dep: # source file and on this command like. (Ick.) # Requires CLASSPATH be exported to include full path to saxon.jar. # (typically /usr/share/java on a Linux system.) -readme.html: readme.xml - java com.icl.saxon.StyleSheet $< /usr/share/sgml/docbook/xsl-stylesheets-1.68.1-1/xhtml/docbook.xsl > $@ +readme.html: readme.xml + java com.icl.saxon.StyleSheet $< \ + /usr/share/sgml/docbook/xsl-stylesheets-1.68.1-1/xhtml/docbook.xsl \ + html.stylesheet="http://www.gpsbabel.org/style3.css" > $@ -doc: readme.html +readme.txt: readme.html + lynx -nolist -dump readme.html > $@ + +doc: readme.html readme.txt release: cvs commit -- 2.30.2